home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  103 b   |  6 lines

  1. on(release){
  2.    _root.sounds2.gotoAndStop("play");
  3.    _root.allowSounds = true;
  4.    prevFrame();
  5. }
  6.